This Classifiers has nothing difference with the J48 and ID3 Classifier, but the INFORMATION measures are different with each other!
  • ID3 using the measure information gain
  • J48 using the measure of rate of information gain
  • CART using the measure of Gini
    ----
  1. when the classifier begin , it start with the specific FUNCTION buildClassifier(), this is the same with CART(while it is called SimpleCART),here is the code of SimpleCART:
  2. Create new Classifier